net/http.http2roundRobinWriteScheduler.head (field)

12 uses

	net/http (current package)
		h2_bundle.go#L11602: 	head *http2writeQueue
		h2_bundle.go#L11626: 	if ws.head == nil {
		h2_bundle.go#L11627: 		ws.head = q
		h2_bundle.go#L11633: 		q.prev = ws.head.prev
		h2_bundle.go#L11634: 		q.next = ws.head
		h2_bundle.go#L11647: 		ws.head = nil
		h2_bundle.go#L11651: 		if ws.head == q {
		h2_bundle.go#L11652: 			ws.head = q.next
		h2_bundle.go#L11685: 	if ws.head == nil {
		h2_bundle.go#L11688: 	q := ws.head
		h2_bundle.go#L11691: 			ws.head = q.next
		h2_bundle.go#L11695: 		if q == ws.head {